Closed
Bug 1587066
Opened 6 years ago
Closed 6 years ago
Call native abort in TSan builds
Categories
(Core :: Memory Allocator, defect)
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: decoder, Assigned: decoder)
References
(Blocks 1 open bug)
Details
(Keywords: sec-want, Whiteboard: [adv-main71-])
Attachments
(1 file)
We have a workaround in place for ASan to call the native abort
instead of our internal version, here:
We need the same for TSan for its abort_on_error
option in combination with halt_on_error
which we probably want in the long run for automation. Trivial fix.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9f63408b4a38
Use native abort() for ThreadSanitizer. r=jseward
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•6 years ago
|
Whiteboard: [adv-main71-]
You need to log in
before you can comment on or make changes to this bug.
Description
•